<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0">
			<channel>
			<title>TMT Calendar Blog</title>
			<link>http://tmt_calendar.riaforge.org/blog/index.cfm</link>
			<description>TMT Calendar Blog</description>
			<language>en-us</language>
			<pubDate>Wed, 16 May 2012 23:53:57 -0700</pubDate>
			<lastBuildDate>Wed, 25 Mar 2009 04:20:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>massimo@massimocorner.com</managingEditor>
			<webMaster>massimo@massimocorner.com</webMaster>
			
			
			
			
			
			<item>
				<title>0.3 Released</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/25/03-Released</link>
				<description>
				
				0.3 is available. The major change is that we are now using DataMgr for CRUD operations. This not only dramatically reduce the amount of code required, but also make much easier to port the application to different RDMS. Right now we support only MySQL 5+ and MS SQL Server 2003 and above. It would be nice to add PostgreSQL, Oracle and maybe even Derby. Any help on this is really welcome. All we need is to create the database schema and the relevant DDL SQL script to generate it. The MySQL schema.sql could be a good starting point for anybody willing to give this a try.
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Wed, 25 Mar 2009 04:20:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/25/03-Released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Integrated DataMgr</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/18/Integrated-DataMgr</link>
				<description>
				
				&lt;p&gt;Yesterday I&apos;ve spend less than one hour  refactoring the code in the core CFC. I integrated &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/&quot;&gt;DataMgr&lt;/a&gt; to handle all the boring SQL insert, update and delete. The end results are:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The  code went from 700 lines to 450. &lt;/li&gt;
	&lt;li&gt;Porting the application to Oracle, PostgreSQL, Apache Derby or MS Access is now going to be only a matter of having a the proper database  schema and DDL available &lt;/li&gt;
&lt;/ul&gt;
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Wed, 18 Mar 2009 10:38:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/18/Integrated-DataMgr</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Not just a calendar application</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/14/Not-just-a-calendar-application</link>
				<description>
				
				&lt;p&gt;I just want to explain why TMT Calendar could be worth a  check even if you aren&apos;t looking for a ColdFusion calendar application. There  are a few things that make it worth a look anyway:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;It&apos;s a pretty interesting example of how to design a  multi-language web application. I live and work in Switzerland, along the years I accumulate  some solid experience on multi-language applications. Here you can see some  results, both in term of database design, GUI and CFML programming&lt;/li&gt;
	&lt;li&gt;It spots a pretty sleek administration GUI (if I can say  that myself). I&apos;ve used a combination of jQuery, Spry and custom JavaScript  libraries to make the Admin easy and pleasant to use. You can see by yourself at: &lt;a href=&quot;http://visual.unipv.it/tmt_calendar/admin/reports/events.cfm&quot;&gt;http://visual.unipv.it/tmt_calendar/admin/reports/events.cfm&lt;/a&gt; (
Please note image and attachments upload isn&apos;t enabled at the moment)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In other words, if you aren&apos;t looking for a calendar  application, but are interested in multi-language apps, or modern UI for the  web, TMT Calendar could be valuable anyway&lt;/p&gt;
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Sat, 14 Mar 2009 14:47:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/14/Not-just-a-calendar-application</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Demo available</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/14/Demo-available</link>
				<description>
				
				Finally we have a demo visible online: at &lt;a href=&quot;http://visual.unipv.it/tmt_calendar/calendar/&quot;&gt;http://visual.unipv.it/tmt_calendar/calendar/&lt;/a&gt;
Feel free to play with it, add events using the Admin and get an overall feeling about GUI and usability

Please note image and attachments upload isn&apos;t enabled at the moment
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Sat, 14 Mar 2009 14:32:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/14/Demo-available</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>0.2.2 Released</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/7/022-Released</link>
				<description>
				
				A minor release,mostly to fix a bunch of issues related to MySQL and date formatting
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Sat, 07 Mar 2009 13:48:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/7/022-Released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>0.2 released</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/1/02-released</link>
				<description>
				
				First release is available. It&apos;s still not 1.0 because I plan to add some additional features, but it&apos;s already fully working.

This version includes MySQL support. Since I am only running the Calendar on SQL Server, feedback from users running MySQL is especially valuable
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Sun, 01 Mar 2009 14:54:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/3/1/02-released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A new project is born</title>
				<link>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/2/11/A-new-project-is-born</link>
				<description>
				
				So far I only commited the first bunch of files to SVN. Current codebase is fully functional in SQL Server. 

As soon as the MySQL DDL script will be ready I plan to package a first release and make it available for download. In the meantime, if you are really looking forward to this, code can be downloaded from SVN.
				
				</description>
				
				
				<category>News</category>
				
				<pubDate>Wed, 11 Feb 2009 05:16:00 -0700</pubDate>
				<guid>http://tmt_calendar.riaforge.org/blog/index.cfm/2009/2/11/A-new-project-is-born</guid>
				
			</item>
			
		 	
			</channel></rss>
